Replace Image
Replace instances of an image with a new one.
Node Data | |
---|---|
FilterArray | |
Display name | |
Replace Image | |
Internal name | |
Node_Surface_Replace | |
Inheritances | |
node | |
node_processor | |
node_surface_replace | |
Inputs | |
node_surface_replace | |
surface |
Base Image |
surface |
Target Image |
surface |
Replacement Image |
float |
Color Threshold |
bool |
Draw Base Image |
bool |
Fast Mode |
float |
Pixel Threshold |
enum |
Array Mode |
float |
Seed |
bool |
Replace Empty |
Outputs | |
node_surface_replace | |
surface |
Surface Out |
Surface replace node search for subsurfaces in a surface and replace with a new one.
Properties
Array Mode
When the Target Image and the Replacement Image is an array. You can set whether to match each target to a replacement, or to randomize the replacement image index.
Fast Mode
Fast mode match only the origin point of the image instead of the entire image. This results in faster processing but may not be as accurate.
Color Threshold
The threshold used to differentiate two color.
Pixel Threshold
The amount of pixels need to be match to consider a subsurface.
Draw Base Image
Whether to draw original image behind the replacement.